Skip to main content
POST
Create Single Task Agent

Endpoint:

POST /v3/agents/template/single-task

Description:

Creates a new agent specifically for a single-task operation.

Request Headers:

Request Body:

Request Example (cURL):

Authorizations

x-api-key
string
header
required

Body

application/json
name
string
required
description
string
required
agent_role
string
required
agent_instructions
string
required
tool
string
required
examples
string
features
object[]
tool_usage_description
string
llm_credential_id
string
response_format
object
provider_id
string
model
string
top_p
number
temperature
number

Response

Single task agent created successfully

id
string
Example:

67890

message
string
Example:

"Single task agent created successfully."